From: Jyrki Gadinger Date: Wed, 22 Jan 2025 14:30:23 +0000 (+0100) Subject: gitignore: add .cache and *.AppImage X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~112^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=02a2ec4d3df1da9d89110c97fabf034ac1f198c0;p=nextcloud-desktop.git gitignore: add .cache and *.AppImage .cache is used by clangd on my setup; built AppImages also shouldn't be part of the repo Signed-off-by: Jyrki Gadinger --- diff --git a/.gitignore b/.gitignore index 9a97cd7c4..ed0e17987 100644 --- a/.gitignore +++ b/.gitignore @@ -146,7 +146,7 @@ AppPackages/ # Others sql/ -*.Cache +*.[Cc]ache ClientBin/ [Ss]tyle[Cc]op.* ~$* @@ -191,3 +191,4 @@ convert.exe *-w10startmenu.png *state-*.png theme.qrc +*.AppImage